gtkplacesview: Fix unmounted open in tab/window
authorCarlos Soriano <csoriano@gnome.org>
Fri, 21 Apr 2017 15:58:30 +0000 (17:58 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Sat, 22 Apr 2017 09:54:23 +0000 (11:54 +0200)
commit73d13fbdacd83db465b06b3362e61e898ef10325
treea27c7b0167fcc549552fb1bc49d8711cb1498be8
parent2e7db0d6621b7bc0a7aab8fdd68c367b7a7c1a6e
gtkplacesview: Fix unmounted open in tab/window

We were send the "open-location" signal without mounting first the
location if necessary, making the open in tab/window context menu not
work for those.

This patch makes sure we mount the location before emitting the signal.

https://bugzilla.gnome.org/show_bug.cgi?id=771269
gtk/gtkplacesview.c